Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/096-cloud hosting service/

index.html /cody/solygambas/html-css-javascript-projects/096-cloud hosting service/index.html
412 Views
0 Comments
<!-- Based on Build a Responsive Website by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->

<!DOCTYPE
style.css /cody/solygambas/html-css-javascript-projects/096-cloud hosting service/style.css
185 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");

:root {
--primary-color: #047aed;
--sec
utilities.css /cody/solygambas/html-css-javascript-projects/096-cloud hosting service/utilities.css
195 Views
0 Comments
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
}

.flex {
display: flex;